@font-face {
	font-family: 'OPPOSansB';
	src: url('fonts/OPPOSansB.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansM';
	src: url('fonts/OPPOSansM.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: zcool-gdh;
	src: url('fonts/zcoolgdh.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	font-family: 'OPPOSansM';
	background: rgba(237, 241, 244, 1);
	overflow-x: hidden;
	overflow-y: scroll;	
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a:hover{
	color: #0f3f9c;
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 120px;
	border-top: 5px solid rgb(16, 39, 103);
	background: #fff;
}
.logo{
	float: left;
}
.logo img{
	margin-top: 25px;
}
.header .right{
	float: right;
}
.ti-time{
	float: right;
	margin-top: 40px;
	margin-right: 14px;
}
.ti-time span{
	font-size: 15px;
	color: rgba(91, 97, 101, 1);
}
.top-link{
	float: right;
	margin-top: 40px;
	margin-right: 18px;
}
.top-link a{
	color: rgb(91, 97, 101);
	font-size: 15px;
	padding: 0 14px;
	border-left: 1px solid rgb(216, 220, 223);
}
.top-link a:hover{
	color: #0f3f9c;
}
.ti-wz{
	float: right;
	margin-left: 30px;
	margin-top: 25px;
}
.ti-wz p{
	color: rgba(34, 34, 34, 1);
	font-family: zcool-gdh;
	font-size: 20px;
	line-height: 20px;
}
.search{
	float: right;
	width: 220px;
	margin-top: 35px;
	position: relative;
}
.search input{
	border: none;
	background: none;
	outline: none;
}
.search .inpt{
	width: 180px;
	height: 40px;
	border: 1px solid rgba(216, 220, 223, 1);
	box-sizing: border-box;
	background: rgba(245, 248, 250, 1);
	padding-right: 36px;
	border-right: none;
	float: left;
}
.search .sub{
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid rgba(216, 220, 223, 1);
	background: url(icon.png) no-repeat center rgba(245, 248, 250, 1);
	border-left: none;
}
.search .inpt::-webkit-input-placeholder{
	color: rgba(123, 133, 140, 1);
  	font-size: 15px;
	padding-left: 14px;
}
/* .search:hover .sub{
	border-left: none;
}
.search:hover .inpt{
	transform: translateX(0);
	opacity: 1;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
} */
.nav{
	width: 100%;
	height: 60px;
	line-height: 57px;
  	background: rgba(16, 39, 103, 1);
}
.nav ul li{
	float: left;
	margin: 0 22px;
	position: relative;
}
.nav ul li a.s{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
}
.nav ul li.on,
.nav ul li:hover{
	border-bottom: 3px solid rgba(255, 187, 0, 1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav ul li .se{
	width: 135px;
	border-top: 3px solid rgba(255, 187, 0, 1);
	background: rgba(16, 39, 103, 0.66);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 60px;
	left:50%;
	margin-left: -67.5px;
	z-index: 20;
	text-align: center;
	padding: 10px 0;
	display: none;
}
.nav ul li .se p{
	line-height: 43px;
}
.nav ul li .se p a{
	color: #fff;
	font-size: 15px;
	display: block;
}
.nav ul li .se p:hover{
	background: rgba(16, 39, 103, 1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.banner{
	width: 100%;
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	vertical-align: bottom;
}
.banner .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	z-index: 10;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
	opacity: .4;
}
.banner .swiper-pagination-bullet-active {
	background: rgba(255, 187, 0, 1);
	opacity: 1;
}
.wrap{
	padding: 50px 0 66px;
}
.lb{
	width: 500px;
	float: left;
	position: relative;
}
.lb .imgbox{
	width: 100%;
	height: 310px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.lb .imgbox img{
	width: 100%;
}
.lb .imgbox::after{
	content: "";
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.52);
	position: absolute;
	left: 0;
	bottom: 0;
}
.lb .time{
	width: 80px;
	height: 72px;
	background: url(icon1.png) no-repeat center rgba(16, 39, 103, 1);
	position: absolute;
	top: 238px;
	text-align: center;
	color: #fff;
}
.lb .time h3{
	font-size: 26px;
	font-family: 'OPPOSansB';
	margin-top: 10px;
}
.lb .time h4{
	font-size: 13px;
}
.lb .wz{
	width: 100%;
	height: 142px;
	border-bottom: 3px solid rgba(16, 39, 103, 1);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	padding: 0 30px;
	box-sizing: border-box;
}
.lb .wz h2{
	color: rgba(34, 34, 34, 1);
  	font-size: 18px;
	padding-top: 27px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.lb .wz p{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	margin-top: 15px;
}
.lb .swiper-pagination {
	position: absolute;
	bottom: 160px;
	right: 64px;
	left: auto;
	width: auto;
	z-index: 10;
}
.lb .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
	opacity: .46;
}
.lb .swiper-pagination-bullet-active {
	opacity: 1;
}
.lb .swiper-button-prev,
.lb .swiper-button-next{
	width: 28px;
	height: 28px;
	top: 290px;
}
.lb .swiper-button-prev{
	background: url(prev.png) no-repeat center;
	left: auto;
	right: 140px;
}
.lb .swiper-button-next{
	background: url(next.png) no-repeat center;
	right: 24px;
}
.lb .swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
	opacity: .46;
}
.lb .wz h2:hover{
	color: #0f3f9c;
}
.index-xw{
	width: 350px;
	height: 452px;
	background: #fff;
	float: left;
}
.index-xw .head{
	width: 60px;
	height: 452px;
	position: relative;
	float: left;
}
.index-xw .head::after{
	content: "";
	width: 60px;
	height: 452px;
	background: linear-gradient(180deg, rgba(16, 39, 103, 1) 0%, rgba(16, 39, 103, 1) 0.01%, rgba(16, 39, 103, 0.2) 100%);
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}
.index-xw .head h2{
	color: rgba(16, 39, 103, 1);
	font-size: 23px;
	line-height: 27px;
	position: relative;
	z-index: 10;
	padding: 30px 18.5px 0;
}
.index-xw .head a{
	display: block;
	color: rgba(153, 153, 153, 1);
	font-size: 15px;
	line-height: 18px;
	padding: 0 22.5px;
	position: absolute;
	bottom: 47px;
	z-index: 10;
}
.index-xw .head a::after{
	content: "";
	width: 12px;
	height: 12px;
	background: url(icon2.png) no-repeat center;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -6px;
}
.index-xw .head a:hover{
	color: #0f3f9c;
}
.index-xw .cont{
	width: 290px;
	padding: 0 30px;
	box-sizing: border-box;
	float: left;
}
.index-xw ul li{
	padding: 20px 0 15px;
}
.index-xw ul li h2{
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.index-xw ul li .c{
	display: none;
}
.index-xw ul li p{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	margin-top: 10px;
}
.index-xw ul li span{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	padding-left: 23px;
	background: url(icon3.png) no-repeat left center;
	display: block;
	line-height: 18px;
	margin-top: 10px;
}
.index-xw ul li.on{
	border-bottom: 1px dashed rgba(220, 220, 220, 1);
}
.index-xw ul li.on .c{
	display: block;
}
.index-xw ul li.on span{
	display: none;
}
.index-xygg{
	width: 320px;
	height: 452px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	float: right;
}
.index-xygg .head{
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: rgba(16, 39, 103, 1);
	padding: 0 30px;
}
.index-xygg .head h2{
	float: left;
	color: rgba(255, 255, 255, 1);
	font-family: "OPPOSansB";
	font-size: 23px;
}
.index-xygg .head a{
	float: right;
	color: rgba(255, 255, 255, 1);
	font-size: 15px;
	padding-right: 17px;
	background: url(icon4.png) no-repeat right center;
	opacity: .72;
}
.index-xygg .head a:hover{
	text-decoration: underline;
}
.index-xygg .cont{
	width: 100%;
	padding: 5px 30px 0;
}
.index-xygg ul li{
	padding: 14px 0 8px;
}
.index-xygg ul li p{
	color: rgba(16, 39, 103, 1);
	font-size: 14px;
	position: relative;
}
.index-xygg ul li p::after{
	content: "";
	width: 168px;
	height: 1px;
	background: rgba(217, 217, 217, 1);
	position: absolute;
	top: 50%;
	right: 0;
}
.index-xygg ul li h2{
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.index-xygg ul li h2:hover{
	color: #0f3f9c;
}
.wrap2{
	background: #fff;
	padding: 50px 0;
}
.syitem{
	width: 374px;
	float: left;
	margin-left: 39px;
}
.syitem:first-child{
	margin-left: 0;
}
.syhead{
	width: 100%;
	height: 56px;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.syhead h2{
	color: rgba(34, 34, 34, 1);
	font-family: "OPPOSansB";
	font-size: 26px;
	float: left;
}
.syhead a{
	float: right;
	color: rgba(153, 153, 153, 1);
	font-size: 15px;
	margin-top: 7px;
	position: relative;
}
.syhead a::before{
	content: "";
	width: 3px;
	height: 16px;
	border-radius: 8px;
	background: rgba(16, 39, 103, 1);
	position: absolute;
	top: 2px;
	left: -12px;
}
.syhead a:hover{
	text-decoration: underline;
}
.syitem .cont{
	margin-top: 6px;
}
.sylist li{
	padding: 16px 0;
	overflow: hidden;
	position: relative;
}
.sylist li::after{
	content: "";
	width: 295px;
	height: 1px;
	background: rgba(230, 230, 230, 1);
	position: absolute;
	right: 0;
	bottom: 0;
}
.sylist li .time{
	width: 55px;
	float: left;
	text-align: center;
}
.sylist li .time h3{
	color: rgba(153, 153, 153, 1);
	font-size: 26px;
}
.sylist li .time h4{
	color: rgba(153, 153, 153, 1);
	font-size: 13px;
}
.sylist li a{
	width: 293px;
	float: right;
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	line-height: 160%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist li:hover{
	background: rgba(16, 39, 103, 1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist li:hover::after{
	background: rgba(16, 39, 103, 1);
}
.sylist li:hover a{
	color: #fff;
}
.sylist li:hover .time h4,
.sylist li:hover .time h3{
	color: #fff;
}
.index-lm{
	width: 100%;
	padding: 66px 0 72px;
	overflow: hidden;
	background: url(bg.jpeg) no-repeat center;
	background-size: cover;
}
.index-lm-left{
	width: 670px;
}
.index-lm-left .item{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.index-lm-left .item:first-child{
	margin-top: 0;
}
.index-lm-left .item .imgbox{
	width: 340px;
  	height: 211px;
	float: left;
	overflow: hidden;
}
.index-lm-left .item img{
	width: 100%;
}
.index-lm-left .wz{
	width: 330px;
	height: 211px;
	float: left;
	text-align: center;
}
.index-lm-left .wz h2{
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	width: 100%;
	margin-top: 80px;
}
.index-lm-left .wz span{
	display: block;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.46);
	margin: 14px auto 0;
}
.index-lm-left .item:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-lm-right .item{
	width: 500px;
}
.index-lm-right .item .imgbox{
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.index-lm-right .item .imgbox img{
	width: 100%;
}
.index-lm-right .item .wz{
	width: 100%;
	height: 140px;
	text-align: center;
}
.index-lm-right .wz h2{
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	width: 100%;
	padding-top: 44px;
}
.index-lm-right .wz span{
	display: block;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.46);
	margin: 14px auto 0;
}
.index-lm-right .item:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylink{
	width: 100%;
	background: #fff;
	padding: 66px 0;
	overflow: hidden;
}
.sylink ul li{
	width: 160px;
	float: left;
	margin-left: 48px;
	text-align: center;
}
.sylink ul li:first-child{
	margin-left: 0;
}
.sylink ul li .imgbox{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px dashed rgba(209, 209, 209, 1);
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylink ul li .imgbox img{
	max-width: 100%;
}
.sylink ul li .imgbox::after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(icon5.png) no-repeat center;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
}
.sylink ul li h2{
	color: rgba(34, 34, 34, 1);
	font-size: 17px;
	margin-top: 31px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sylink ul li:hover .imgbox{
	transform: translateY(-20px);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.footer{
	padding-bottom: 49px;
	background: url(bg1.png) no-repeat center;
	background-size: cover;
}
.footer-nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	overflow: hidden;
}
.footer-nav ul li{
	float: left;
}
.footer-nav ul li a{
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
	padding: 0 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-nav ul li:first-child a{
	padding-left: 0;
	border-left: none;
}
.footer-nav ul li:last-child a{
	padding-right: 0;
}
.footer-nav ul li a:hover{
	text-decoration: underline;
}
.footer-bot{
	padding-top: 40px;
	overflow: hidden;
}
.footer-bot .left p{
	color: rgba(255, 255, 255, .66);
	font-size: 14px;
	line-height: 160%;
}
.footer-bot .left p a{
	color: rgba(255, 255, 255, .66);
}
.footer-bot .ewm{
	width: 110px;
}
.footer-bot .ewm img{
	width: 110px;
}
.nybanner{
	width: 100%;
}
.nybanner img{
	width: 100%;
	vertical-align: bottom;
}
.nywrap{
	margin: 40px auto 60px;
	overflow: hidden;
}
.nav-two{
	width: 220px;
}
.nav-two .title{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: url(bg2.png) no-repeat center;
	background-size: cover;
	padding-left: 30px;
}
.nav-two .title h2{
	color: rgba(255, 255, 255, 1);
	font-size: 28px;
}
.nav-two .cont{
	width: 100%;
	padding-bottom: 150px;
	background: #fff url(bg3.png) no-repeat center bottom;
	position: relative;
}
.nav-two .cont::after{
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(237, 241, 244, 1);
	position: absolute;
	left: 9px;
	top: 0;
}

.nav-two ul{
	width: 100%;
	padding: 20px 10px 0;
}
.nav-two ul li{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 19px;
	padding-right: 12px;
	border-bottom: 1px solid rgba(237, 241, 244, 1);
	position: relative;
}
.nav-two ul li a{
	display: block;
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	background: url(icon6.png) no-repeat right center;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.nav-two ul li.on,
.nav-two ul li:hover{
	background: rgba(16, 39, 103, 1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav-two ul li.on::after,
.nav-two ul li:hover::after{
	content: "";
	width: 3px;
 	height: 16px;
  	background: rgba(255, 187, 0, 1);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.nav-two ul li.on a,
.nav-two ul li:hover a{
	color: rgba(255, 255, 255, 1);
	background: url(icon7.png) no-repeat right center;
}
.content{
	width: 940px;
	padding: 30px;
	background: #fff;
}
.content .head{
	width: 100%;
	height: 86px;
	line-height: 34px;
	padding-top: 20px;
	border-top: 4px solid rgba(237, 241, 244, 1);
	position: relative;
}
.content .head::before{
	content: "";
	width: 40px;
  	height: 4px;
  	background: rgba(16, 39, 103, 1);
	position: absolute;
	left: 0;
	top: -4px;
}
.content .head h2{
	color: rgba(34, 34, 34, 1);
	font-size: 26px;
	float: left;
}
.location{
	float: right;
	color: rgba(192, 192, 192, 1);
}
.location a{
	color: rgba(192, 192, 192, 1);
	font-size: 14px;
	padding: 0 8px;
}
.content .head p{
	float: left;
	color: rgba(192, 192, 192, 1);
	font-size: 14px;
}
.content .head p a{
	color: rgba(192, 192, 192, 1);
	padding: 0 8px;
}
.content .head table{
	float: left;
	width: auto;
}
.content .head table tr{
	float: left;
}
.content .head table tr td{
	float: left;
	color: rgba(192, 192, 192, 1);
	font-size: 14px;
}
.content .head table tr td a{
	color: rgba(192, 192, 192, 1);
	padding: 0 8px;
}
.content .head table tr td a:hover{
	color: #0f3f9c;
}
.cationer{
	width: 100%;
}
.imglist ul li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	overflow: hidden;
}
.imglist ul li .imgbox{
	width: 180px;
	height: 120px;
	float: left;
	overflow: hidden;
}
.imglist ul li .imgbox img{
	width: 100%;
}
.imglist ul li .wz{
	width: 670px;
	float: right;
}
.imglist ul li .wz h2{
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.imglist ul li .wz p{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.imglist ul li .wz span{
	display: block;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	padding-left: 23px;
	background: url(../images/icon3.png) no-repeat left center;
	margin-top: 15px;
}
.imglist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.imglist ul li:hover .wz h2{
	color: rgba(16, 39, 103, 1);
	font-family: "OPPOSansB";
}
.list ul li{
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	overflow: hidden;
}
.list ul li .time{
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgba(237, 241, 244, 1);
}
.list ul li .time h3{
	color: rgba(16, 39, 103, 1);
	font-size: 26px;
	line-height: 180%;
	margin-top: 5px;
}
.list ul li .time h4{
	color: rgba(144, 144, 144, 1);
	font-size: 13px;
}
.list ul li .wz{
	width: 770px;
	float: right;
}
.list ul li .wz a{
	display: block;
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list ul li .wz p{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.list ul li:hover .wz a{
	color: rgba(16, 39, 103, 1);
	font-family: "OPPOSansB";
	font-size: 18px;
}
.photolist ul li{
	width: 197px;
	height: 293px;
	padding: 8px 8px 0;
	background: rgba(237, 241, 244, 1);
	float: left;
	margin: 0 11px 30px;
}
.photolist ul li .imgbox{
	width: 100%;
	height: 232px;
	overflow: hidden;
	margin-bottom: 4px;
}
.photolist ul li .imgbox img{
	width: 100%;
}
.photolist ul li h2{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.photolist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.deta .top{
	padding: 30px 0;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	text-align: center;
}
.deta .top h2{
	color: rgba(51, 51, 51, 1);
	font-size: 27px;
	line-height: 36px;
}
.deta .top p{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	margin-top: 12px;
}
.deta .top p span{
	margin-right: 16px;
}
.deta .nr{
	padding-top: 30px;
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	line-height: 30px;
}
.single .top{
	padding: 30px 0;
	text-align: center;
}
.single .top h2{
	color: rgba(51, 51, 51, 1);
	font-size: 27px;
	line-height: 36px;
}
.single .nr{
	padding-top: 30px;
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	line-height: 30px;
}
.deta .nr img,
.single .nr img{
	max-width: 100%;
}
.single .nr #mediaContent0_0,
.deta .nr #mediaContent0_0{
	margin: 0 auto;
}
.photolist2 ul li{
	height: 185px;
}
.photolist2 ul li .imgbox{
	height: 120px;
}
.jzlist ul li{
	float: left;
	width: 23%;
	margin: 15px 1% 0;
	height: 40px;
	background: #0f3f9c;
	line-height: 40px;
}
.jzlist ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.jzlist ul li a:hover{
	text-decoration: underline;
}
.sjnav-two,
.sjnybanner,
.sjfooter,
.sjbanner,
.sjnav,
.sjheader{
	display: none;
}
.zslist-title{
	width: 100%;
}
.zslist-title ul{
	width: 100%;
	text-align: center;
}
.zslist-title ul li{
	width: 190px;
	height: 48px;
	line-height: 48px;
	border-radius: 8px;
  	background: rgba(238, 238, 238, 1);
	margin: 0 5px;
	display: inline-block;
	text-align: center;
}
.zslist-title ul li a{
	display: block;
	width: 100%;
	color: rgb(143, 58, 77);
	font-size: 18px;
}
.zslist-title p{
	text-align: center;
	margin-top: 20px;
	color: rgb(51, 51, 51);
	font-size: 15px;
}
.zslist{
	margin-top: 36px;
	width: 100%;
}
.zslist li{
	float: left;
	width: 197px;
	height: 186px;
	margin: 0 11px 30px;
	background: rgba(237, 241, 244, 1);
	padding: 8px;
}
.zslist li .imgbox{
	width: 100%;
	height: 121px;
	margin-bottom: 8px;
	overflow: hidden;
}
.zslist li .imgbox img{
	width: 100%;
}
.zslist li h2{
	height: 44px;
	line-height: 36px;
	text-align: center;
	color: rgb(34, 34, 34);
	font-size: 15px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



@media screen and (max-width: 480px) {
	.box{
		width: 90%;
	}
	.sjnav-two,
	.sjnybanner,
	.sjfooter,
	.sjbanner,
	.sjheader{
		display: block;
	}
	.nav-two,
	.nybanner,
	.footer,
	.banner,
	.nav,
	.header{
		display: none;
	}
	.sjheader{
		width: 100%;
		height: 66px;
		border-top: 4px solid rgb(16, 39, 103);
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.sjlogo{
		width: 70%;
	}
	.sjlogo img{
		width: 100%;
		margin-top: 11px;
	}
	.sjnav-icon img{
		width: 20px;
		height: 20px;
		margin-top: 20px;
	}
	.sjnav{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 66px;
		left: 0;
		background: rgb(16, 39, 103);
		z-index: 99;
		padding-top: 19px;
		transform: translateX(100%);
		transition: all .4s linear;
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
		display: block;
	}
	.sjnav.on{
		transform: translateX(0);
		transition: all .4s linear;
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
	}
	.sjnav ul li{
		padding: 11px 0;
		position: relative;
	}
	.sjnav ul li .s{
		color: #fff;
		font-size: 15px;
	}
	.sjnav ul li::after{
		content: "";
		width: 16px;
		height: 16px;
		background: url(sjicon1.png) no-repeat center;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 15px;
	}
	.sjnav ul li:first-child::after{
		display: none;
	}
	.sjnav ul li .se{
		width: 100%;
		overflow: hidden;
		display: none;
	}
	.sjnav ul li .se p{
		float: left;
		width: 30%;
		margin: 12px 1.6% 0;
		height: 35px;
		line-height: 32px;
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 4px;
	}
	.sjnav ul li .se p a{
		color: rgba(255, 255, 255, 0.72);
		font-size: 13px
	}
	.sjnav ul li.sh::after{
		background: url(sjicon2.png) no-repeat center;
		background-size: cover;
	} 
	.sjbanner{
		width: 100%;
		margin-top: 66px;
		position: relative;
	}
	.sjbanner img{
		width: 100%;
		vertical-align: bottom;
	}
	.sjbanner .swiper-pagination {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 15px;
		z-index: 10;
	}
	.sjbanner .swiper-pagination-bullet {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #fff;
		margin: 0 8px;
		cursor: pointer;
		opacity: .4;
	}
	.sjbanner .swiper-pagination-bullet-active {
		background: rgba(255, 187, 0, 1);
		opacity: 1;
	}
	.wrap{
		padding: 20px 0;
	}
	.lb{
		width: 100%;
	}
	.lb .imgbox{
		height: 56vw;
	}
	.lb .imgbox::after{
		height: 38px;
	}
	.lb .time{
		width: 64px;
		height: 56px;
		background-size:contain;
		top: calc(56vw - 57px);
	}
	.lb .time h3{
		font-size: 22px;
		font-family: initial;
		margin-top: 3px;
	}
	.lb .time h4{
		font-size: 11px;
		margin-top: 3px;
	}
	.lb .wz{
		height: auto;
		padding: 0 15px 20px;
		border-bottom: 2px solid rgba(16, 39, 103, 1);
	}
	.lb .wz h2{
		font-size: 16px;
		padding-top: 15px;
	}
	.lb .wz p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}
	.lb .swiper-pagination{
		bottom: auto;
		top: 47.5vw;
		right: 40px;
	}
	.lb .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}
	.lb .swiper-button-prev,
	.lb .swiper-button-next{
		width: 18px;
		height: 18px;
		top: 54vw;
		background-size: cover !important;
	}
	.lb .swiper-button-prev{
		background: url(prev.png) no-repeat center;
		left: auto;
		right: 104px;
	}
	.lb .swiper-button-next{
		background: url(next.png) no-repeat center;
		right: 15px;
	}
	.index-xw{
		width: 100%;
		height: 330px;
	}
	.index-xw .head{
		width: 50px;
		height: 330px;
	}
	.index-xw .head h2{
		font-size: 18px;
		line-height: 22px;
		padding: 15px 17px 0;
	}
	.index-xw .head a{
		font-size: 13px;
		line-height: 15px;
		padding: 0 18px;
		bottom: 34px;
	}
	.index-xw .head::after{
		width: 50px;
		height: 330px;
	}
	.index-xw .cont{
		width: calc(100% - 50px);
		padding: 7px 15px;
	}
	.index-xw ul li {
		padding: 7px 0;
	}
	.index-xw ul li.on .c{
		display: none;
	}
	.index-xw ul li.on{
		border-bottom: none;
	}
	.index-xw ul li h2{
		font-size: 14px;
	}
	.index-xw ul li.on span{
		display: block;
	}
	.index-xw ul li span{
		font-size: 12px;
	}
	.index-xygg{
		width: 100%;
		margin-top: 15px;
		height: auto;
	}
	.index-xygg .head{
		height: 46px;
		line-height: 46px;
		padding: 0 15px;
	}
	.index-xygg .head h2{
		font-size: 18px;
		font-family: initial;
	}
	.index-xygg .head a{
		font-size: 13px;
	}
	.index-xygg .cont{
		padding: 11.5px 15px;
		height: auto;
	}
	.index-xygg ul li {
		padding: 8.5px 0;
	}
	.index-xygg ul li p{
		font-size: 12px;
	}
	.index-xygg ul li p::after{
		width: calc(100% - 83px);
	}
	.index-xygg ul li h2{
		font-size: 14px;
	}
	.wrap2{
		padding: 30px 0 10px;
	}
	.syitem{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.syhead{
		height: 43px;
	}
	.syhead h2{
		font-size: 20px;
	}
	.syhead a{
		font-size: 12px;
		margin-top: 5.5px;
	}
	.syhead a::before {
		content: "";
		width: 2px;
		height: 12px;
		top: 3px;
		left: -8px;
	}
	.sylist li .time{
		width: 46px;
	}
	.sylist li .time h3{
		font-size: 22px;
	}
	.sylist li .time h4{
		font-size: 11px;
		margin-top: 4px;
	}
	.sylist li a{
		width: calc(100% - 66px);
		font-size: 14px;
		line-height: 160%;
	}
	.index-lm{
		padding: 30px 0;
		background: url(sjbg.png) no-repeat center;
	}
	.index-lm-left{
		width: 100%;
	}
	.index-lm-left .item{
		margin-top: 20px;
	}
	.index-lm-left .item .imgbox{
		width: 50%;
		height: 29vw;
	}
	.index-lm-left .item img{
		width: 100%;
		vertical-align: bottom;
	}
	.index-lm-left .wz{
		width: 50%;
		height: 29vw;
	}
	.index-lm-left .wz h2{
		font-size: 20px;
		margin-top: 9.8vw;
	}
	.index-lm-left .wz span{
		width: 24px;
		height: 2px;
		margin: 5px auto 0;
	}
	.index-lm-right .item{
		width: 100%;
		margin-top: 20px;
	}
	.index-lm-right .item .imgbox{
		width: 50%;
		height: 29vw;
		float: left;
	}
	.index-lm-right .item .wz{
		width: 50%;
		height: 29vw;
		float: left;
		background: url(sjlm3.png) no-repeat center !important;
		background-size: cover !important;
	}
	.index-lm-right .wz h2{
		font-size: 20px;
		padding-top: 9.8vw;
	}
	.index-lm-right .wz span{
		width: 24px;
		height: 2px;
		margin: 5px auto 0;
	}
	.sylink{
		padding: 8px 0 32px;
	}
	.sylink ul li{
		width: 32%;
		margin: 0 .5%;
		margin-top: 20px;
	}
	.sylink ul li:first-child{
		margin-left: none;
	}
	.sylink ul li .imgbox{
		width: 75px;
		height: 75px;
	}
	.sylink ul li .imgbox img{
		max-width: 34%;
	}
	.sylink ul li .imgbox::after{
		width: 18px;
		height: 18px;
		background-size: cover;
		bottom: -9px;
		margin-left: -9px;
	}
	.sylink ul li h2{
		color: rgba(34, 34, 34, 1);
		font-size: 13px;
		margin-top: 11px;
	}
	.sylink ul li:hover .imgbox{
		transform: translateY(0);
	}
	.sjfooter{
		width: 100%;
		padding: 20px 0;
		background: url(sjbg1.png) no-repeat center;
	}
	.sjfoot-link{
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
		overflow: hidden;
	}
	.sjfoot-link ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.sjfoot-link ul li{
		margin-right: 6%;
	}
	.sjfoot-link ul li a{
		color: rgb(255, 255, 255);
		font-size: 12px;
	}
	.sjfoot-copy{
		padding-top: 15px;
		text-align: center;
	}
	.sjfoot-copy p{
		color: rgb(255, 255, 255);
		font-size: 12px;
		line-height: 160%;
	}
	.sjfoot-copy p a{
		color: #fff;
	}
	.sjfoot-copy .ewm{
		width: 88px;
		height: 88px;
		margin: 15px 0;
	}
	.sjnybanner{
		margin-top: 66px;
	}
	.sjnybanner img{
		vertical-align: bottom;
	}
	.sjnav-two{
		width: 100%;
		height: 44px;
		line-height: 42px;
		background: #fff;
		overflow: hidden;
		overflow-x: scroll;
	}
	.sjnav-two ul{
		width: 100%;
	}
	.sjnav-two ul li{
		float: left;
		padding: 0 15px;
	}
	.sjnav-two ul li a{
		color: rgba(51, 51, 51, 1);
		font-size: 14px;
	}
	.sjnav-two ul li.on{
		background: rgb(16, 39, 103);
		border-bottom: 2px solid rgba(255, 187, 0, 1);
	}
	.sjnav-two ul li.on a{
		color: #fff;
	}
	.nywrap{
		margin: 0 auto;
		padding: 16px 0 30px;
	}
	.content{
		width: 100%;
		padding: 15px;
	}
	.content .head{
		height: 37px;
		line-height: 25px;
		border-top: 2px solid rgba(237, 241, 244, 1);
		padding-top: 10px;
	}
	.content .head::before{
		width: 32px;
		height: 2px;
		top: -2px;
	}
	.content .head h2{
		font-size: 18px;
	}
	.location{
		display: none;
	}
	.imglist ul li{
		padding: 12px 0;
	}
	.imglist ul li .imgbox{
		width: 110px;
		height: 74px;
	}
	.imglist ul li .imgbox img{
		width: 100%;
	}
	.imglist ul li .wz{
		width: calc(100% - 125px);
	}
	.imglist ul li .wz h2{
		font-size: 14px;
		display:-webkit-box;
		white-space: normal;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow:hidden;
	}
	.imglist ul li .wz p{
		display: none;
	}
	.imglist ul li .wz span{
		font-size: 12px;
		margin-top: 15px;
	}
	.imglist ul li:hover .wz h2{
		font-family: initial;
	}
	.jzlist ul li{
		float: left;
		width: 48%;
		margin: 8px 1% 0;
		height: 35px;
		line-height: 35px;
	}
	.jzlist ul li a{
		font-size: 14px;
	}
	.list ul li{
		padding: 15px 0;
	}
	.list ul li .time{
		width: 64px;
		height: 64px;
	}
	.list ul li .time h3{
		font-size: 22px;
		line-height: 160%;
		margin-top: 5px;
	}
	.list ul li .time h4{
		font-size: 12px;
	}
	.list ul li .wz{
		width: calc(100% - 79px);
	}
	.list ul li .wz a{
		font-size: 14px;
	}
	.list ul li .wz p{
		color: rgba(153, 153, 153, 1);
		font-size: 12px;
		line-height: 15px;
		margin-top: 10px;
	}
	.list ul li:hover .wz a{
		color: rgba(16, 39, 103, 1);
		font-family: "OPPOSansB";
		font-size: 18px;
	}
	.photolist ul li{
		width: 46%;
		height: auto;
		margin: 0 2% 15px;
	}
	.photolist ul li .imgbox{
		width: 100%;
		height: 44vw;
		margin-bottom: 0;
	}
	.photolist ul li .imgbox img{
		width: 100%;
	}
	.photolist ul li h2{
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.photolist2 ul li .imgbox{
		height: 24vw;
	}
	.single .top{
		padding: 15px 0;
	}
	.single .top h2{
		font-size: 20px;
		line-height: 30px;
	}
	.single .nr{
		padding-top: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	.deta .top{
		padding: 15px 0;
	}
	.deta .top h2{
		font-size: 20px;
		line-height: 32px;
	}
	.deta .top p{
		font-size: 12px;
		margin-top: 6px;
	}
	.deta .top p span{
		margin-right: 8px;
	}
	.deta .nr{
		padding-top: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	.zslist-title{
		width: 100%;
		margin-top: 20px;
	}
	.zslist-title ul{
		width: 100%;
		text-align: center;
	}
	.zslist-title ul li{
		width: auto;
		height: 35px;
		line-height: 35px;
		border-radius: 4px;
		margin: 0 5px 10px;
		padding: 0 10px;
	}
	.zslist-title ul li a{
		font-size: 14px;
	}
	.zslist-title p{
		margin-top: 10px;
		font-size: 12px;
	}
	.zslist{
		margin-top: 20px;
	}
	.zslist li{
		width: 46%;
		height: auto;
		margin: 0 2% 15px;
		background: rgba(237, 241, 244, 1);
	}
	.zslist li .imgbox{
		height: 23vw;
	}
	.zslist li h2{
		height: 30px;
		line-height: 27px;
		font-size: 12px;
	}




















}